-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontformat: show custom fonts only #368
Conversation
901dcec
to
757e747
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review, I forgot to submit.
@@ -348,6 +362,19 @@ def on_fontfamily_changed(self): | |||
self.apply_fontfamily() | |||
|
|||
|
|||
def showPopup(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will "show all fonts" be applied properly? After you check and uncheck "show only custom fonts" will all fonts be listed again? I haven't run it locally but it seems there are no means to restore all fonts here. Also, it's probably not a good idea to reset the font list every time it popup, it should be updated only once when let_show_only_custom_fonts.stateChanged
triggered.
The advantage of only displaying custom fonts is that you can only display the fonts that need to be used, but the actual situation is that you may occasionally need to use system fonts, if you need to restart and refresh the font library every time, this seems to be inconvenient, but it is true that the current display of all fonts is really a bit too much, switching fonts is very time-consuming and laborious, and the workload can be appropriately reduced with saved font templates, but there are still some inconvenient small defects in actual use, such as font size, the font of the small dialog box suddenly becomes very large, Fine-tuning is going to take extra effort again, and there doesn't seem to be a very suitable solution at the moment |
838d8fe
to
2cbad85
Compare
Allow font format box to show only custom fonts
Setting default is to show all fonts